home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.pde.doc.user_3.1.1 / plugin.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  1.9 KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3. <plugin>
  4.  
  5.    
  6. <!-- ============================================================================= -->
  7. <!-- Define primary TOC                                                            -->
  8. <!-- ============================================================================= -->
  9.    <extension
  10.          point="org.eclipse.help.toc">
  11.       <toc
  12.             file="toc.xml"
  13.             primary="true">
  14.       </toc>
  15.       <index path="index"/>
  16.    </extension>
  17. <!-- ============================================================================= -->
  18. <!-- Define TOCs                                                                   -->
  19. <!-- ============================================================================= -->
  20.    <extension point="org.eclipse.help.toc"> 
  21.        <toc file="topics_Reference.xml" />   
  22.    </extension>  
  23. <!-- ============================================================================= -->
  24. <!-- Define help context                                                           -->
  25. <!-- ============================================================================= -->
  26.  
  27.    <extension
  28.          point="org.eclipse.help.contexts">
  29.       <contexts
  30.             file="contexts_PDE.xml">
  31.       </contexts>
  32.    </extension>
  33.    
  34.    
  35. <!-- ============================================================================= -->
  36. <!-- Define javadoc locations                                                      -->
  37. <!-- ============================================================================= -->
  38.    <!-- <extension
  39.          point="org.eclipse.pde.core.javadoc">
  40.       <javadoc
  41.             path="doc.zip!/references/api/"
  42.             plugin="org.eclipse.pde.core"/>
  43.       <javadoc
  44.             path="doc.zip!/references/api/"
  45.             plugin="org.eclipse.pde.ui"/>
  46.    </extension>
  47. -->
  48. </plugin>
  49.